Gets or sets the position of the network part.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual Point3d Position { get; set; }
Public Overridable Property Position As Point3d
Get
Set
public:
virtual property Point3d Position {
Point3d get ();
void set (Point3d value);
}
Property Value
Point3d
See Also