Share

SettingsCmdProjectObjectsToMultiSect.SettingsCmdObjectSelectionOptions.PercentageBeforeCurrentSampleLine Property

Specifies the default distance percentage before the sample line.



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

Syntax

C#

public PropertyEnum<ProjecitonPercentageType> PercentageBeforeCurrentSampleLine { get; }

VB

Public ReadOnly Property PercentageBeforeCurrentSampleLine As PropertyEnum(Of ProjecitonPercentageType)
	Get

C++

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

Property Value

PropertyEnumProjecitonPercentageType

See Also

Reference

Was this information helpful?