SurfaceSlopeLabelLocation2 Property |
Gets or sets the 2nd location point of this label in case the label type is TwoPoints.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic Point2d Location2 { get; set; }Public Property Location2 As Point2d
Get
Set
public:
property Point2d Location2 {
Point2d get ();
void set (Point2d value);
}Property Value
Point2d
Exceptions
See Also