NetworkStructurePlanLabelStyleName Property |
Gets or sets the structure plan label style name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic string StructurePlanLabelStyleName { get; set; }Public Property StructurePlanLabelStyleName As String
Get
Set
public:
property String^ StructurePlanLabelStyleName {
String^ get ();
void set (String^ value);
}Property Value
String
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting the property with an object name for a LabelStyle that doesn't exist.
|
See Also