Gets or sets whether parameters are used in description key matching to rotate and scale the point symbol.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean MatchOnDescriptionParameters { get; }
VB
Public ReadOnly Property MatchOnDescriptionParameters As PropertyBoolean Get
C++
public: property PropertyBoolean^ MatchOnDescriptionParameters { PropertyBoolean^ get (); }