CadObjectWithAcisData.ProprietaryDataParameterList

CadObjectWithAcisData.ProprietaryDataParameterList property

Gets or sets the proprietary data parameter list.

public List<KeyValuePair<CadEntityAttribute, string>> ProprietaryDataParameterList { get; set; }

Property Value

The proprietary data list.

See Also