Share

SectionViewGroupCreationRangeOptions.UseUserSpecifiedOffset Property

Gets or sets a boolean value which specifies whether the offset is set by user.



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

Syntax

C#

public bool UseUserSpecifiedOffset { get; set; }

VB

Public Property UseUserSpecifiedOffset As Boolean
	Get
	Set

C++

public:
property bool UseUserSpecifiedOffset {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?