SurfaceOperationAddTinMultipleVerticesLocations Property |
Gets the locations of vertices for the operation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point3dCollection Locations { get; }
Public ReadOnly Property Locations As Point3dCollection
Get
public:
property Point3dCollection^ Locations {
Point3dCollection^ get ();
}
Property Value
Point3dCollection
See Also