CadLayersListApplicationCodesContainer Property |
Gets or sets the application codes container.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public CadApplicationCodesContainer ApplicationCodesContainer { get; set; }
Public Property ApplicationCodesContainer As CadApplicationCodesContainer
Get
Set
public:
property CadApplicationCodesContainer^ ApplicationCodesContainer {
CadApplicationCodesContainer^ get ();
void set (CadApplicationCodesContainer^ value);
}
member ApplicationCodesContainer : CadApplicationCodesContainer with get, set
Property Value
Type:
CadApplicationCodesContainer
The application codes container.
See Also