Gets or sets single coordinate of
DPoint structure.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Property Item( _ ByVal id As Integer _ ) As Double |
Parameters
-
id
-
Type: int
An index that specifies coordinate of DPoint.
Property Value
X-coordinate if an index equals 0. Y-coordinate if the index equals 1.
Z-coordinate if the index equals 2.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also