SoNodekitCatalogNarrowTypes 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 void NarrowTypes(
string theName,
Type newType,
Type newDefaultType
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub NarrowTypes (
theName As String,
newType As Type,
newDefaultType As Type
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void NarrowTypes(
String^ theName,
Type^ newType,
Type^ newDefaultType
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member NarrowTypes :
theName : string *
newType : Type *
newDefaultType : Type -> unit
Parameters
- theName
- Type: SystemString
- newType
- Type: SystemType
- newDefaultType
- Type: SystemType
Remarks See Also