AlternateShapeFile Property (IDrawingSupportFiles) Send Feedback
See Also 
Gets or sets the file name of the alternate compiled shape file when the current font is not available.

Syntax

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

Property Value

File name of the alternate compiled shape file when the current font is not available (see Remarks)

Example

See the IDrawingSupportFiles examples.

Remarks

The filename extension of a compiled shape file is .shx.

See Also

Availability

DraftSight V1R5.0