ModelContentSubCastA, T Method |
Namespace:
Grasshopper.Rhinoceros
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxprotected internal static T SubCast<A, T>(
Object source
)
where A : ModelContentAttributes
where T : ModelContent
Protected Friend Shared Function SubCast(Of A As ModelContentAttributes, T As ModelContent) (
source As Object
) As T
Parameters
- source
- Type: SystemObject
Type Parameters
- A
- T
Return Value
Type:
T
See Also