Share

SurfaceOperationAddTinMultipleVertices.Locations Property

Gets the locations of vertices for the operation.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public Point3dCollection Locations { get; }

VB

Public ReadOnly Property Locations As Point3dCollection
	Get

C++

public:
property Point3dCollection^ Locations {
	Point3dCollection^ get ();
}

Property Value

Point3dCollection

See Also

Reference

Was this information helpful?