Share

SettingsCmdCreateSheets.SettingsCmdSheetCreation.AlignProfileAndPlanViewType Property

Specify how to align profile and plan view.



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

Syntax

C#

public PropertyEnum<PlanViewAlignType> AlignProfileAndPlanViewType { get; }

VB

Public ReadOnly Property AlignProfileAndPlanViewType As PropertyEnum(Of PlanViewAlignType)
	Get

C++

public:
property PropertyEnum<PlanViewAlignType>^ AlignProfileAndPlanViewType {
	PropertyEnum<PlanViewAlignType>^ get ();
}

Property Value

PropertyEnumPlanViewAlignType

See Also

Reference

Was this information helpful?