RemainderDistributionType Property

Gets the PropertyEnum value spctifies remainder from a new parcel is distributed.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public PropertyEnum<ParcelRemainderDistributionType> RemainderDistributionType { get; }

Visual Basic

Public ReadOnly Property RemainderDistributionType As PropertyEnum(Of ParcelRemainderDistributionType)
	Get

Visual C++

public:
property PropertyEnum<ParcelRemainderDistributionType>^ RemainderDistributionType {
	PropertyEnum<ParcelRemainderDistributionType>^ get ();
}

See Also