LabelGroupSubEntityLabelLocation Property |
Gets or sets the label location.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic virtual Point3d LabelLocation { get; set; }Public Overridable Property LabelLocation As Point3d
Get
Set
public:
virtual property Point3d LabelLocation {
Point3d get ();
void set (Point3d value);
}Property Value
Point3d
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the LabelGroupSubEntity is pinned.
|
See Also