DwfWhipPointSetMaxPoint Property |
Gets the max point of object.
Namespace:
Aspose.CAD.FileFormats.Dwf.Whip.Objects.Drawable
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 22.3
Syntaxpublic override Cad3DPoint MaxPoint { get; }
Public Overrides ReadOnly Property MaxPoint As Cad3DPoint
Get
public:
virtual property Cad3DPoint^ MaxPoint {
Cad3DPoint^ get () override;
}
abstract MaxPoint : Cad3DPoint with get
override MaxPoint : Cad3DPoint with get
Property Value
Type:
Cad3DPointMax point of object.
See Also