Share

LabelStyleBlockComponent.StyleBlock.BlockName Property

Gets the block to use for the block component.



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

Syntax

C#

public PropertyString BlockName { get; }

VB

Public ReadOnly Property BlockName As PropertyString
	Get

C++

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

Property Value

PropertyString

See Also

Reference

Was this information helpful?