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