CadGridFormatValues Property |
The Values
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic List<CadCodeValue> Values { get; set; }Public Property Values As List(Of CadCodeValue)
Get
Set
public:
property List<CadCodeValue^>^ Values {
List<CadCodeValue^>^ get ();
void set (List<CadCodeValue^>^ value);
}member Values : List<CadCodeValue> with get, set
Property Value
Type:
ListCadCodeValue
See Also