LabelStyleParentLabelStyleId Property |
Gets the object id of parent lable style .
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic ObjectId ParentLabelStyleId { get; }Public ReadOnly Property ParentLabelStyleId As ObjectId
Get
public:
property ObjectId ParentLabelStyleId {
ObjectId get ();
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the current label style is the top label style node.
|
See Also