Share

CorridorState.ParamsProfile Property

Gets the collection of profile parameters.



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

Syntax

C#

public ParamProfileCollection ParamsProfile { get; }

VB

Public ReadOnly Property ParamsProfile As ParamProfileCollection
	Get

C++

public:
property ParamProfileCollection^ ParamsProfile {
	ParamProfileCollection^ get ();
}

Property Value

ParamProfileCollection

See Also

Reference

Was this information helpful?