DgnArcBasedElementPrimaryAxis Property |
Gets or sets Primary axis length
Namespace:
Aspose.CAD.FileFormats.Dgn.DgnElements
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic double PrimaryAxis { get; protected set; }Public Property PrimaryAxis As Double
Get
Protected Set
public:
property double PrimaryAxis {
double get ();
protected: void set (double value);
}member PrimaryAxis : float with get, set
Property Value
Type:
Double
See Also