Share

AppliedSubassembly.Parameters Property

Gets the parameter collection.



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

Syntax

C#

public IAppliedSubassemblyParam[] Parameters { get; }

VB

Public ReadOnly Property Parameters As IAppliedSubassemblyParam()
	Get

C++

public:
property array<IAppliedSubassemblyParam^>^ Parameters {
	array<IAppliedSubassemblyParam^>^ get ();
}

Property Value

IAppliedSubassemblyParam

See Also

Reference

Was this information helpful?