SoNodekitCatalogIsNullByDefault Method (String) |
Returns true if the specified part is null by default.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool IsNullByDefault(
string theName
)
Public Function IsNullByDefault (
theName As String
) As Boolean
public:
bool IsNullByDefault(
String^ theName
)
member IsNullByDefault :
theName : string -> bool
Parameters
- theName
- Type: SystemString
Return Value
Type:
BooleanRemarks See Also