The Polyline type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddPath | Overloaded. Adds a new path to the Polyline. |
![]() | AddPoint | Overloaded. Adds a Point to the Polyline by copying the specified Point after any existing points. |
![]() | AddPoints | Overloaded. Adds an enumerable set of points to the Polyline by copying the specified points after any existing points. |
![]() | Clone |
Returns a new Polyline with the same properties as the current Polyline.
|
![]() ![]() | CreateFromXmlString | Helper method to generate an object from its XML representation, used to deserialize an object passed to a worker thread. |
![]() | Equals | Tests whether the specified object and the current object refer to the same underlying object. (Inherited from Geometry.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetCenter |
Gets a new Point object located at the center of this Geometry.
(Inherited from Geometry.) |
![]() | GetEnvelope | Returns a new Envelope indicating the geographical extent of the Geometry. (Inherited from Geometry.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetLabelPoint |
Returns a Point suitable for labeling the Polyline.
(Overrides Geometry..::.GetLabelPoint()()().) |
![]() | GetPath |
Gets the a copy of the points in the requested path of the Polyline.
|
![]() | GetPaths |
Gets the a copy of the points in all of the path of the Polyline.
|
![]() | GetPoint | Overloaded. Gets a copy of the specified Point. |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() ![]() | GetXmlSchema |
Creates a schema for this class (required by the serialization implementation for this class).
|
![]() | InsertPath |
Inserts a new path at the specified index containing the specified points.
|
![]() | InsertPoint | Overloaded. Inserts a copy of the specified Point into the Polyline. |
![]() | InsertPoints | Overloaded. Inserts a copy of the specified set of points into the Polyline. |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | PointCount | Overloaded. Gets the number of points. See overloads for details. |
![]() | PointCountAllPaths |
Gets the total number of points in all of the paths in a single part or multipart Polyline.
|
![]() | RemoveAllPoints |
Removes all points from the Polyline.
|
![]() | RemovePathAt |
Removes the specified path, and all of the points that compose that path, from the Polyline.
|
![]() | RemovePointAt | Overloaded. Removes the specified Point from the Polyline. |
![]() | RemovePointsAt | Overloaded. Removes the specified points from the Polyline. |
![]() | SetPath |
Replaces any existing points in the specified path with the specified points.
|
![]() | SetPoint | Overloaded. Replaces an existing Point in the Polyline with a copy of the specified Point. |
![]() | SetPoints | Overloaded. Replaces an existing Point in the Polyline with a copy of the specified Point. |
![]() | ToString |
Returns a string containing basic information about the Polyline.
(Overrides Object..::.ToString()()().) |
![]() | ToXmlString | Helper method to serialize an object to its XML representation, used to serialize an object to pass to a worker thread. (Inherited from Geometry.) |
See Also
Relate Topics:
AddPath Method
AddPoint Method
AddPoints Method
Clone Method
CreateFromXmlString Method
GetLabelPoint Method
GetPath Method
GetPaths Method
GetPoint Method
GetXmlSchema Method
InsertPath Method
InsertPoint Method
InsertPoints Method
PointCount Method
PointCountAllPaths Method
RemoveAllPoints Method
RemovePathAt Method
RemovePointAt Method
RemovePointsAt Method
SetPath Method
SetPoint Method
SetPoints Method
ToString Method
AddPath Method
AddPoint Method
AddPoints Method
Clone Method
CreateFromXmlString Method
GetLabelPoint Method
GetPath Method
GetPaths Method
GetPoint Method
GetXmlSchema Method
InsertPath Method
InsertPoint Method
InsertPoints Method
PointCount Method
PointCountAllPaths Method
RemoveAllPoints Method
RemovePathAt Method
RemovePointAt Method
RemovePointsAt Method
SetPath Method
SetPoint Method
SetPoints Method
ToString Method
Created by Atop CHM to web converter,© 2009 all right reserved.