CadMLeaderContextDataPlaneOriginPoint Property |
Gets or sets a value indicating whether [plane origin point].
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic Cad3DPoint PlaneOriginPoint { get; set; }Public Property PlaneOriginPoint As Cad3DPoint
Get
Set
public:
property Cad3DPoint^ PlaneOriginPoint {
Cad3DPoint^ get ();
void set (Cad3DPoint^ value);
}member PlaneOriginPoint : Cad3DPoint with get, set
Property Value
Type:
Cad3DPointtrue if [plane origin point]; otherwise,
false.
See Also