Share

StyleCollectionBase.Item(Int32) Property



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

Syntax

C#

public override ObjectId this[
	int index
] { get; }

VB

Public Overrides ReadOnly Default Property Item ( 
	index As Integer
) As ObjectId
	Get

C++

public:
virtual property ObjectId default[int index] {
	ObjectId get (int index) override;
}

Parameters

index  Int32
 

Property Value

ObjectId

See Also

Reference

Was this information helpful?