Share

CorridorState.ParamsOffsetTarget Property

Gets the collection of offset target parameters.



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

Syntax

C#

public ParamOffsetTargetCollection ParamsOffsetTarget { get; }

VB

Public ReadOnly Property ParamsOffsetTarget As ParamOffsetTargetCollection
	Get

C++

public:
property ParamOffsetTargetCollection^ ParamsOffsetTarget {
	ParamOffsetTargetCollection^ get ();
}

Property Value

ParamOffsetTargetCollection

See Also

Reference

Was this information helpful?