SoVRLdmFileWritersaveAsBitSet Property |
Save the data as a bitSet (8 values per byte).
Namespace: OIV.LDM.WritersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool saveAsBitSet { get; }
Public ReadOnly Property saveAsBitSet As SoSFBool
Get
public:
property SoSFBool^ saveAsBitSet {
SoSFBool^ get ();
}
member saveAsBitSet : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksYou should specified the bitSetThreashold if you use this feature. Default is false.
See Also