CadViewportViewPointRef1 Property |
Gets or sets the view point ref 1.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic string ViewPointRef1 { get; set; }Public Property ViewPointRef1 As String
Get
Set
public:
property String^ ViewPointRef1 {
String^ get ();
void set (String^ value);
}member ViewPointRef1 : string with get, set
Property Value
Type:
String
See Also