Share

LabelStyleTextComponent.StyleText.Contents Property

Gets the contents for text component.



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

Syntax

C#

public PropertyString Contents { get; }

VB

Public ReadOnly Property Contents As PropertyString
	Get

C++

public:
property PropertyString^ Contents {
	PropertyString^ get ();
}

Property Value

PropertyString

See Also

Reference

Was this information helpful?