SoNodekitCatalogSetNullByDefault Method |
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetNullByDefault(
string theName,
bool newNullByDefault
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetNullByDefault (
theName As String,
newNullByDefault As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void SetNullByDefault(
String^ theName,
bool newNullByDefault
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetNullByDefault :
theName : string *
newNullByDefault : bool -> unit
Parameters
- theName
- Type: SystemString
- newNullByDefault
- Type: SystemBoolean
Remarks See Also