The CogoPointCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(Point3d, Boolean) |
Adds a new CogoPoint at the given location.
| |
| Add(Point3dCollection, Boolean) |
Adds new CogoPoints at the given locations.
| |
| Add(Point3d, String, Boolean) |
Adds a new CogoPoint at the given location with the specified description information.
| |
| Add(Point3dCollection, String, Boolean) |
Adds new CogoPoints at the given locations with the given description information.
| |
| Add(Point3d, String, Boolean, Boolean, Boolean) |
Adds a new CogoPoint at the given location with the specified description information, optionally using a DescriptionKey.
| |
| Add(Point3dCollection, String, Boolean, Boolean, Boolean) |
Adds new CogoPoints at the given locations with the given description information, optionally using a DescriptionKey.
| |
| Clear |
Removes all CogoPoints from the collection.
| |
| Contains |
Determines whether the collection contains a CogoPoint with the given pointNumber.
| |
| ExportPoints(String, PointFileFormat) |
Exports points to a point file.
| |
| ExportPoints(String, PointFileFormat, ObjectId) |
Exports points in the specified PointGroup to a point file.
| |
| ExportPoints(String, PointFileFormat, Boolean, Boolean, Boolean) |
Exports points to a point file with advanced options.
| |
| ExportPoints(String, PointFileFormat, Boolean, Boolean, Boolean, ObjectId) |
Exports points in specified PointGroup to a point file with advanced options.
| |
| GetCogoPoints |
Gets the CogoPointCollection object containing all the CogoPoints in a drawing.
| |
| GetEnumerator |
Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator that can be used to enumerate this collection.
| |
| GetObjectEnumerator |
Implements the method declared in the IEnumerable interface. This method returns an enumerator that can be used to enumerate this collection.
| |
| GetPointByPointNumber |
Gets the ObjectId of a CogoPoint by a given pointNumber.
| |
| ImportPoints(String, PointFileFormat) |
Imports points from a point file.
| |
| ImportPoints(String, PointFileFormat, ObjectId) |
Imports points from a point file to an existing PointGroup.
| |
| ImportPoints(String, PointFileFormat, Boolean, Boolean, Boolean) |
Imports points from a point file with advanced options.
| |
| ImportPoints(String, PointFileFormat, Boolean, Boolean, Boolean, ObjectId) |
Imports points from a point file to an existing PointGroup with advanced options.
| |
| Remove(ObjectId) |
Removes the specified CogoPoint from the collection.
| |
| Remove(UInt32) |
Removes the CogoPoint with the given pointNumber from the collection.
| |
| SetDescriptionFormat(ObjectId, String) |
Sets the DescriptionFormat property for a single CogoPoint.
| |
| SetDescriptionFormat(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(String>)>>)) |
Sets the DescriptionFormat property for multiple CogoPoints with different values.
| |
| SetDescriptionFormat(IEnumerable<(Of <<'(ObjectId>)>>), String) |
Sets the DescriptionFormat property for multiple CogoPoints with the same value.
| |
| SetEasting(ObjectId, Double) |
Sets the Easting property for a single CogoPoint.
| |
| SetEasting(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(Double>)>>)) |
Sets the Easting property for multiple CogoPoints with different values.
| |
| SetEasting(IEnumerable<(Of <<'(ObjectId>)>>), Double) |
Sets the Easting property for multiple CogoPoints with the same value.
| |
| SetElevation(ObjectId, Double) |
Sets Elevation for a single CogoPoint.
| |
| SetElevation(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(Double>)>>)) |
Sets the elevation for multiple CogoPoints with different elevation values.
| |
| SetElevation(IEnumerable<(Of <<'(ObjectId>)>>), Double) |
Sets Elevation for multiple CogoPoints with the same elevation.
| |
| SetElevationByOffset(ObjectId, Double) |
Sets the elevation for a single CogoPoint using an offset value.
| |
| SetElevationByOffset(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(Double>)>>)) |
Sets Elevation for multiple CogoPoints with different elevation values.
| |
| SetElevationByOffset(IEnumerable<(Of <<'(ObjectId>)>>), Double) |
Sets the elevation for multiple CogoPoints with the same elevation using an offset value.
| |
| SetElevationBySurface(ObjectId, ObjectId) |
Sets the elevation for a single CogoPoint with the elevation obtained from a specified surface.
| |
| SetElevationBySurface(IEnumerable<(Of <<'(ObjectId>)>>), ObjectId) |
Sets the elevation for multiple CogoPoints with elevation values obtained from a specified surface.
| |
| SetIsLocked(ObjectId, Boolean) |
Sets the IsLocked property for a single CogoPoint.
| |
| SetIsLocked(IEnumerable<(Of <<'(ObjectId>)>>), Boolean) |
Sets the IsLocked property for multiple CogoPoints with the same value.
| |
| SetIsLocked(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(Boolean>)>>)) |
Sets IsLocked for multiple CogoPoints with different values.
| |
| SetLabelRotation(ObjectId, Double) |
Sets the LabelRotation property for a single CogoPoint.
| |
| SetLabelRotation(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(Double>)>>)) |
Sets the LabelRotation property for multiple CogoPoints with different values.
| |
| SetLabelRotation(IEnumerable<(Of <<'(ObjectId>)>>), Double) |
Sets the LabelRotation property for multiple CogoPoints with the same value.
| |
| SetLabelStyleId(ObjectId, ObjectId) |
Sets the LabelStyleId for a single CogoPoint.
| |
| SetLabelStyleId(IEnumerable<(Of <<'(ObjectId>)>>), ObjectId) |
Sets the LabelStyleId for multiple CogoPoints with the same style.
| |
| SetLabelStyleId(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(ObjectId>)>>)) |
Sets the LabelStyleId for multiple CogoPoints with different styles.
| |
| SetMarkerRotation(ObjectId, Double) |
Sets the MarkerRotation property for a single CogoPoint.
| |
| SetMarkerRotation(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(Double>)>>)) |
Sets the MarkerRotation property for multiple CogoPoints with different values.
| |
| SetMarkerRotation(IEnumerable<(Of <<'(ObjectId>)>>), Double) |
Sets the MarkerRotation property for multiple CogoPoints with the same value.
| |
| SetNorthing(ObjectId, Double) |
Sets the Northing property for a single CogoPoint.
| |
| SetNorthing(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(Double>)>>)) |
Sets the Northing property for multiple CogoPoints with different values.
| |
| SetNorthing(IEnumerable<(Of <<'(ObjectId>)>>), Double) |
Sets the Northing property for multiple CogoPoints with the same value.
| |
| SetPointName(ObjectId, String) |
Sets the PointName property for a single CogoPoint.
| |
| SetPointName(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(String>)>>)) |
Sets the PointName property for multiple CogoPoints with different values.
| |
| SetPointNumber(ObjectId, UInt32) |
Sets the PointNumber for a single CogoPoint.
| |
| SetPointNumber(IEnumerable<(Of <<'(ObjectId>)>>), Int32) |
Sets the PointNumber for multiple CogoPoints with different values.
| |
| SetRawDescription(ObjectId, String) |
Sets the RawDescription property for a single CogoPoint.
| |
| SetRawDescription(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(String>)>>)) |
Sets the RawDescription property for multiple CogoPoints with different RawDescription values.
| |
| SetRawDescription(IEnumerable<(Of <<'(ObjectId>)>>), String) |
Sets the RawDescription property for multiple CogoPoints with a single RawDescription value.
| |
| SetScaleXY(ObjectId, Double) |
Sets the ScaleXY property for a single CogoPoint.
| |
| SetScaleXY(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(Double>)>>)) |
Sets ScaleXY for multiple CogoPoints with different values.
| |
| SetScaleXY(IEnumerable<(Of <<'(ObjectId>)>>), Double) |
Sets the ScaleXY property for multiple CogoPoints with the same value.
| |
| SetScaleZ(ObjectId, Double) |
Sets ScaleZ for a single CogoPoint.
| |
| SetScaleZ(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(Double>)>>)) |
Sets ScaleZ for multiple CogoPoints with different values.
| |
| SetScaleZ(IEnumerable<(Of <<'(ObjectId>)>>), Double) |
Sets ScaleZ for multiple CogoPoints with the same value.
| |
| SetShowTooltips(ObjectId, Boolean) |
Sets the ShowTooltips property for a single CogoPoint.
| |
| SetShowTooltips(IEnumerable<(Of <<'(ObjectId>)>>), Boolean) |
Sets the ShowTooltips property for multiple CogoPoints with the same value.
| |
| SetShowTooltips(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(Boolean>)>>)) |
Sets the ShowTooltips property for multiple CogoPoints with different values.
| |
| SetStyleId(ObjectId, ObjectId) |
Sets the StyleId for a single CogoPoint.
| |
| SetStyleId(IEnumerable<(Of <<'(ObjectId>)>>), ObjectId) |
Sets the StyleId for multiple CogoPoints with the same style.
| |
| SetStyleId(IEnumerable<(Of <<'(ObjectId>)>>), IEnumerable<(Of <<'(ObjectId>)>>)) |
Sets the StyleId for multiple CogoPoints with different styles.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the count of CogoPoint objects in the collection.
|