|
Description
|
Returns a reference to the DimStyle object.
|
Syntax Visual Basic
|
Dim ObjectVar As DXFReaderDimstyle Set ObjectVar = [form.]DXFReader.DIMSTYLEc
|
|
Visual C++
|
CDXFReaderDimstyle DXFReader.GetDIMSTYLEc();
|
|
Delphi
|
property DIMSTYLEc: _DXFReaderDimstyle;
|
|
C#
|
DXFReaderDimstyle DXFReader.DIMSTYLEc;
|
|
Remarks
|
See the DimStyles property for the list of properties for the DIMSTYLEc object.
|
|
Data Type
|
DXFReaderDimstyle
|