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)See the IDrawingSupportFiles examples.
The filename extension of a compiled shape file is .shx.
IDrawingSupportFiles Interface
IDrawingSupportFiles Members
IShapeManager::Load
IDrawingSupportFiles::AlternateBigFontFile Property ()
IDrawingSupportFiles::AlternateShxFontFile Property ()
IDrawingSupportFiles Members
IShapeManager::Load
IDrawingSupportFiles::AlternateBigFontFile Property ()
IDrawingSupportFiles::AlternateShxFontFile Property ()
DraftSight V1R5.0