BlockReferenceEx.CustomProperties Property

Gets the properties of the dynamic blockreference.
Public Property CustomProperties() As List(Of KeyValuePair(Of String, Object)) 
Get 
This language is not supported or no code example is available.
public List<KeyValuePair<string, object>> CustomProperties {get;}
This language is not supported or no code example is available.

Property Value

List<KeyValuePair<string, object>>
Remarks
 
Dynamic blocks are not supported, changing this properties doesn't affects the geometry.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition