Share

PartFamily.Item(String) Property



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

Syntax

C#

public ObjectId this[
	string description
] { get; }

VB

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

C++

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

Parameters

description  String
 

Property Value

ObjectId

See Also

Reference

Was this information helpful?