CadBaseRoundTripTableStyle Property |
Gets or sets the round trip table style.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 21.1
Syntaxpublic Nullable<int> RoundTripTableStyle { get; set; }
Public Property RoundTripTableStyle As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> RoundTripTableStyle {
Nullable<int> get ();
void set (Nullable<int> value);
}
member RoundTripTableStyle : Nullable<int> with get, set
Property Value
Type:
NullableInt32
The round trip table style.
See Also