Share

SettingsCmdCreateParcelByLayout.SettingsCmdAutomaticLayout.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.8.0.280

Syntax

C#

public PropertyEnum<ParcelRemainderDistributionType> RemainderDistributionType { get; }

VB

Public ReadOnly Property RemainderDistributionType As PropertyEnum(Of ParcelRemainderDistributionType)
	Get

C++

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

Property Value

PropertyEnumParcelRemainderDistributionType

See Also

Reference

Was this information helpful?