 | IConductorDefinitionVertices Property |
Gets/Sets vertices of polygonal conductor
Namespace: ema3d.Api.V25.Cabling.DefinitionsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
SyntaxList<Point> Vertices { get; set; }
Property Vertices As List(Of Point)
Get
Set
property List<Point>^ Vertices {
List<Point>^ get ();
void set (List<Point>^ value);
}
abstract Vertices : List<Point> with get, set
Property Value
ListPoint
Remarks
Only the X and Y coordinates of each point are used for conductor
geometry definition.
See Also