Gets or sets whether to apply the LabelStyleId property to matched points.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public bool ApplyLabelStyleId { get; set; }
VB
Public Property ApplyLabelStyleId As Boolean Get Set
C++
public: property bool ApplyLabelStyleId { bool get (); void set (bool value); }