Share

SettingsCmdProjectObjectsToMultiSect.SettingsCmdObjectSelectionOptions.PercentageAfterCurrentSampleLine Property

Specifies the default distance percentage after the sample line.



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

Syntax

C#

public PropertyEnum<ProjecitonPercentageType> PercentageAfterCurrentSampleLine { get; }

VB

Public ReadOnly Property PercentageAfterCurrentSampleLine As PropertyEnum(Of ProjecitonPercentageType)
	Get

C++

public:
property PropertyEnum<ProjecitonPercentageType>^ PercentageAfterCurrentSampleLine {
	PropertyEnum<ProjecitonPercentageType>^ get ();
}

Property Value

PropertyEnumProjecitonPercentageType

See Also

Reference

Was this information helpful?