Share

CorridorState.ParamsSurface Property

Gets the collection of surface parameters.



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

Syntax

C#

public ParamSurfaceCollection ParamsSurface { get; }

VB

Public ReadOnly Property ParamsSurface As ParamSurfaceCollection
	Get

C++

public:
property ParamSurfaceCollection^ ParamsSurface {
	ParamSurfaceCollection^ get ();
}

Property Value

ParamSurfaceCollection

See Also

Reference

Was this information helpful?