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.8.0.292
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
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the slope label type is OnePoints.
|
See Also