LabelGroupSubEntityStyleId Property |
Gets or sets the label style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic virtual ObjectId StyleId { get; set; }
Public Overridable Property StyleId As ObjectId
Get
Set
public:
virtual property ObjectId StyleId {
ObjectId get ();
void set (ObjectId value);
}
Property Value
ObjectIdImplements
ICommonLabelStyleId
Remarks
If this property returns a null style id, you need to get the parent's style id manually.
Set the style id to null to use the parent's style.
See Also