Description Property (ILayer) Send Feedback
See Also 
Gets or sets a description for the Layer.

Syntax

Visual Basic 
Property Description As System.String
C# 
System.string Description {get; set;}
JavaScript 
get_Description () : String
put_Description (
   NewVal : String
)
COM native C++ 
HRESULT get_Description(
   BSTR* Val
) 
HRESULT put_Description( 
   BSTR NewVal
C++ 
DSRESULT get_Description (
   dsString* Val
)
DSRESULT put_Description(
   const dsString& NewVal
)

Property Value

Description

See Also

Availability

DraftSight V1R1.1