SoDeviceContextIsSharable Method |
Returns the sharable status of this context.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax Public Function IsSharable As Boolean
public:
bool IsSharable()
member IsSharable : unit -> bool
Return Value
Type:
BooleanRemarks By default, a context is sharable.
See Also