Share

OffsetAlignmentWideningCriteria.WideningMethod Property

Gets or sets the name of widening method.



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

Syntax

C#

public string WideningMethod { get; set; }

VB

Public Property WideningMethod As String
	Get
	Set

C++

public:
property String^ WideningMethod {
	String^ get ();
	void set (String^ value);
}

Property Value

String

Exceptions

ExceptionCondition
InvalidOperationException Thrown when get or set the value in case the alignment region is not created base on the criteria file.

See Also

Reference

Was this information helpful?