Share

LabelStyle.Item(String) Property



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public ObjectId this[
	string labelStyleName
] { get; }

VB

Public ReadOnly Default Property Item ( 
	labelStyleName As String
) As ObjectId
	Get

C++

public:
property ObjectId default[String^ labelStyleName] {
	ObjectId get (String^ labelStyleName);
}

Parameters

labelStyleName  String
 

Property Value

ObjectId

See Also

Reference

Was this information helpful?