data property
data property
Gets or sets the value.
Definition:
@property
def data(self):
...
@data.setter
def data(self, value):
...
See Also
- module
aspose.cad.fileformats.cad
- class
CadBinaryCodeValue
Gets or sets the value.
@property
def data(self):
...
@data.setter
def data(self, value):
...
aspose.cad.fileformats.cad
CadBinaryCodeValue