Specifies the default projection rule when the Project Objects To Section Views dialog box is displayed.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public PropertyEnum<ProjecitonRule> ProjecitonRuleType { get; }
Visual Basic
Public ReadOnly Property ProjecitonRuleType As PropertyEnum(Of ProjecitonRule) Get
Visual C++
public: property PropertyEnum<ProjecitonRule>^ ProjecitonRuleType { PropertyEnum<ProjecitonRule>^ get (); }