Gets the child lable style by NAME.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public ObjectId this[
string labelStyleName
] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _
labelStyleName As String _
) As ObjectId
Get |
Visual C++ |
---|
public:
property ObjectId default[String^ labelStyleName] {
ObjectId get (String^ labelStyleName);
} |
Parameters
- labelStyleName
- Type: System..::..String
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the the child label style name is invalid.
|
See Also