C#
Objective-C
C++
public string LayerDescription { get; set; }
@property (nonatomic, copy, nullable) NSString *layerDescription;
public:
property String^ LayerDescription {
String^ get();
void set ( String^ value);
}
Represents the "Graphic Layer Description" (0070,0068) attribute value.
For an example, refer to CreateLayer.
GetLayerGraphicObjectCount Method
RemoveLayerGraphicObjects Method