Share

SettingsSectionView.SettingsStyles.SectionProjectionLabelStyleId Property

Settings of SectionProjectionLabel styleId.



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

Syntax

C#

public PropertyObjectId SectionProjectionLabelStyleId { get; }

VB

Public ReadOnly Property SectionProjectionLabelStyleId As PropertyObjectId
	Get

C++

public:
property PropertyObjectId^ SectionProjectionLabelStyleId {
	PropertyObjectId^ get ();
}

Property Value

PropertyObjectId

Remarks

We can set the styleId value to ObjectId.Null as UI did with the value: "".

See Also

Reference

Was this information helpful?