Gets or sets the uc ss.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadUcsList UCSs { get; set; }
Public Property UCSs As CadUcsList
Get
Set
public:
property CadUcsList^ UCSs {
CadUcsList^ get ();
void set (CadUcsList^ value);
}
member UCSs : CadUcsList with get, set
Property Value
Type:
CadUcsList
The uc ss.
See Also