SoDeviceContextSetSharable Method |
Sets the sharable property.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic void SetSharable(
bool sharable
)
Public Sub SetSharable (
sharable As Boolean
)
public:
void SetSharable(
bool sharable
)
member SetSharable :
sharable : bool -> unit
Parameters
- sharable
- Type: SystemBoolean
Remarks
See Also