Share

StyleCollectionBase.Item(String) Property



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

Syntax

C#

public override ObjectId this[
	string styleName
] { get; }

VB

Public Overrides ReadOnly Default Property Item ( 
	styleName As String
) As ObjectId
	Get

C++

public:
virtual property ObjectId default[String^ styleName] {
	ObjectId get (String^ styleName) override;
}

Parameters

styleName  String
 

Property Value

ObjectId

See Also

Reference

Was this information helpful?