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