ModelContentCastA, T Method (Object) |
Namespace:
Grasshopper.Rhinoceros
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax protected internal static T Cast<A, T>(
Object source
)
where A : new(), ModelContentAttributes
where T : ModelContent
Protected Friend Shared Function Cast(Of A As {New, ModelContentAttributes}, T As ModelContent) (
source As Object
) As T
Parameters
- source
- Type: SystemObject
Type Parameters
- A
- T
Return Value
Type:
TSee Also