Share

Profile.OffsetParameters Property

Gets an offset profile's parameters.



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

Syntax

C#

public ProfileOffsetProfileParameters OffsetParameters { get; }

VB

Public ReadOnly Property OffsetParameters As ProfileOffsetProfileParameters
	Get

C++

public:
property ProfileOffsetProfileParameters^ OffsetParameters {
	ProfileOffsetProfileParameters^ get ();
}

Property Value

ProfileOffsetProfileParameters

Exceptions

ExceptionCondition
ArgumentException Thrown when the profile is not an offset profile

See Also

Reference

Was this information helpful?