AcMapDriveAlias class

Land Desktop Development ARX CPP SDK

 

AcMapDriveAlias class

Header file: MapArxApi.h.

An instance of the AcMapDriveAlias class represents a drive alias used in an AutoCAD Map session.

A drive alias allows you to assign a directory or network path string to a single AutoCAD name, such as a single drive letter, and to substitute the alias name for the directory path string.

The AcMapAliases class contains the AcMapDriveAlias class. You create an AcMapDriveAlias object using the AcMapAliases::AddAlias and FindAlias function. You are responsible for deleting memory allocated for the AcMapDriveAlias using the delete operator.

Do not subclass from this class.