SoNodekitCatalogClone Method |
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SoNodekitCatalog Clone(
Type typeOfThis
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function Clone (
typeOfThis As Type
) As SoNodekitCatalog
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
SoNodekitCatalog^ Clone(
Type^ typeOfThis
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member Clone :
typeOfThis : Type -> SoNodekitCatalog
Parameters
- typeOfThis
- Type: SystemType
Return Value
Type:
SoNodekitCatalogRemarks See Also