Click or drag to resize
SoFieldIsDefault Method

Gets the state of default flag of the field.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public bool IsDefault()

Return Value

Type: Boolean
Remarks

This flag will be true for any field whose value is not modified after construction and will be false for those that have changed (each node or engine determines what the default values for its fields are). Note: the state of this flag should not be set explicitly from within applications.

See Also