DwfWhipPointSetPoints Property |
Gets points
Namespace:
Aspose.CAD.FileFormats.Dwf.Whip.Objects.Drawable
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 22.3
Syntaxpublic ReadOnlyCollection<DwfWhipLogicalPoint> Points { get; }
Public ReadOnly Property Points As ReadOnlyCollection(Of DwfWhipLogicalPoint)
Get
public:
property ReadOnlyCollection<DwfWhipLogicalPoint^>^ Points {
ReadOnlyCollection<DwfWhipLogicalPoint^>^ get ();
}
member Points : ReadOnlyCollection<DwfWhipLogicalPoint> with get
Property Value
Type:
ReadOnlyCollectionDwfWhipLogicalPoint
See Also