FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
AcPlDSDData Class Reference

#include <AcPlDSDData.h>

Inheritance diagram for AcPlDSDData:
AcRxObject AcRTTIObject AcObject

Public Member Functions

 AcPlDSDData (AcPlDSDData const &)
 
 AcPlDSDData (void)
 
bool includeLayerInfo (void) const
 
bool isHomogeneous (void) const
 
bool isSheetSet (void) const
 
bool plotStampOn (void) const
 
bool promptForDwfName (void) const
 
bool promptForPassword (void) const
 
bool pwdProtectPublishedDWF (void) const
 
bool readDSD (wchar_t const *)
 
bool writeDSD (wchar_t const *)
 
AcPlDSDDataoperator= (AcPlDSDData const &)
 
AcPlDSDEntryDSDEntryAt (int)
 
AcPlDSDEntry::SheetType sheetType (void) const
 
int numberOfDSDEntries (void) const
 
AcPl3dDwfOptions const & get3dDwfOptions (void) const
 
unsigned int majorVersion (void) const
 
unsigned int minorVersion (void) const
 
unsigned int noOfCopies (void) const
 
virtual ~AcPlDSDData (void)
 
void getDSDEntries (AcArray< AcPlDSDEntry, AcArrayObjectCopyReallocator< AcPlDSDEntry > > &) const
 
void getUnrecognizedData (AcArray< ACHAR * > &, AcArray< ACHAR * > &) const
 
void set3dDwfOptions (AcPl3dDwfOptions const &)
 
void setCategoryName (wchar_t const *)
 
void setDSDEntries (AcArray< AcPlDSDEntry, AcArrayObjectCopyReallocator< AcPlDSDEntry > > const &)
 
void setDestinationName (wchar_t const *)
 
void setIncludeLayerInfo (bool)
 
void setIsHomogeneous (bool)
 
void setIsSheetSet (bool)
 
void setLogFilePath (wchar_t const *)
 
void setMajorVersion (unsigned int)
 
void setMinorVersion (unsigned int)
 
void setNoOfCopies (unsigned int)
 
void setPassword (wchar_t const *)
 
void setPlotStampOn (bool)
 
void setProjectPath (wchar_t const *)
 
void setPromptForDwfName (bool)
 
void setPromptForPassword (bool)
 
void setPwdProtectPublishedDWF (bool)
 
void setSelectionSetName (wchar_t const *)
 
void setSheetSetName (wchar_t const *)
 
void setSheetType (AcPlDSDEntry::SheetType)
 
void setUnrecognizedData (AcArray< ACHAR * > const &, AcArray< ACHAR * > const &)
 
void setUnrecognizedData (wchar_t const *, wchar_t const *)
 
wchar_t const * categoryName (void) const
 
wchar_t const * destinationName (void) const
 
wchar_t const * logFilePath (void) const
 
wchar_t const * password (void) const
 
wchar_t const * projectPath (void) const
 
wchar_t const * selectionSetName (void) const
 
wchar_t const * sheetSetName (void) const
 
- Public Member Functions inherited from AcRxObject
virtual AcRxObjectqueryX (AcRxClass const *) const
 
AcRxObjectx (AcRxClass const *) const
 
virtual AcRxClassisA (void) const
 
virtual AcRxObjectclone (void) const
 
virtual AcRx::Ordering comparedTo (AcRxObject const *) const
 
virtual Acad::ErrorStatus copyFrom (AcRxObject const *)
 
virtual int isEqualTo (AcRxObject const *) const
 
bool isKindOf (const AcRxClass *pOtherClass) const
 
virtual ~AcRxObject (void)
 
- Public Member Functions inherited from AcRTTIObject
 AcRTTIObject ()
 
virtual ~AcRTTIObject ()
 
- Public Member Functions inherited from AcObject
 AcObject ()
 
 AcObject (const AcObject &source)
 
virtual ~AcObject ()
 
voiddata () const
 

Additional Inherited Members

- Static Public Member Functions inherited from AcRxObject
static AcRxClass *__cdecl desc (void)
 
static AcRxObject *__cdecl cast (AcRxObject const *)
 
- Protected Member Functions inherited from AcRxObject
 AcRxObject (void)
 
virtual AcRxObjectsubQueryX (AcRxClass const *) const
 
- Protected Attributes inherited from AcObject
voidm_pData
 

Detailed Description

Definition at line 27 of file _impl_include/acad/AcPlDSDData.h.

Constructor & Destructor Documentation

◆ AcPlDSDData() [1/2]

AcPlDSDData::AcPlDSDData ( AcPlDSDData const & )

◆ AcPlDSDData() [2/2]

AcPlDSDData::AcPlDSDData ( void )

◆ ~AcPlDSDData()

virtual AcPlDSDData::~AcPlDSDData ( void )
virtual

Member Function Documentation

◆ categoryName()

wchar_t const * AcPlDSDData::categoryName ( void ) const

◆ destinationName()

wchar_t const * AcPlDSDData::destinationName ( void ) const

◆ DSDEntryAt()

AcPlDSDEntry & AcPlDSDData::DSDEntryAt ( int )

◆ get3dDwfOptions()

AcPl3dDwfOptions const & AcPlDSDData::get3dDwfOptions ( void ) const

◆ getDSDEntries()

void AcPlDSDData::getDSDEntries ( AcArray< AcPlDSDEntry, AcArrayObjectCopyReallocator< AcPlDSDEntry > > & ) const

◆ getUnrecognizedData()

void AcPlDSDData::getUnrecognizedData ( AcArray< ACHAR * > & ,
AcArray< ACHAR * > &  ) const

◆ includeLayerInfo()

bool AcPlDSDData::includeLayerInfo ( void ) const

◆ isHomogeneous()

bool AcPlDSDData::isHomogeneous ( void ) const

◆ isSheetSet()

bool AcPlDSDData::isSheetSet ( void ) const

◆ logFilePath()

wchar_t const * AcPlDSDData::logFilePath ( void ) const

◆ majorVersion()

unsigned int AcPlDSDData::majorVersion ( void ) const

◆ minorVersion()

unsigned int AcPlDSDData::minorVersion ( void ) const

◆ noOfCopies()

unsigned int AcPlDSDData::noOfCopies ( void ) const

◆ numberOfDSDEntries()

int AcPlDSDData::numberOfDSDEntries ( void ) const

◆ operator=()

AcPlDSDData & AcPlDSDData::operator= ( AcPlDSDData const & )

◆ password()

wchar_t const * AcPlDSDData::password ( void ) const

◆ plotStampOn()

bool AcPlDSDData::plotStampOn ( void ) const

◆ projectPath()

wchar_t const * AcPlDSDData::projectPath ( void ) const

◆ promptForDwfName()

bool AcPlDSDData::promptForDwfName ( void ) const

◆ promptForPassword()

bool AcPlDSDData::promptForPassword ( void ) const

◆ pwdProtectPublishedDWF()

bool AcPlDSDData::pwdProtectPublishedDWF ( void ) const

◆ readDSD()

bool AcPlDSDData::readDSD ( wchar_t const * )

◆ selectionSetName()

wchar_t const * AcPlDSDData::selectionSetName ( void ) const

◆ set3dDwfOptions()

void AcPlDSDData::set3dDwfOptions ( AcPl3dDwfOptions const & )

◆ setCategoryName()

void AcPlDSDData::setCategoryName ( wchar_t const * )

◆ setDestinationName()

void AcPlDSDData::setDestinationName ( wchar_t const * )

◆ setDSDEntries()

void AcPlDSDData::setDSDEntries ( AcArray< AcPlDSDEntry, AcArrayObjectCopyReallocator< AcPlDSDEntry > > const & )

◆ setIncludeLayerInfo()

void AcPlDSDData::setIncludeLayerInfo ( bool )

◆ setIsHomogeneous()

void AcPlDSDData::setIsHomogeneous ( bool )

◆ setIsSheetSet()

void AcPlDSDData::setIsSheetSet ( bool )

◆ setLogFilePath()

void AcPlDSDData::setLogFilePath ( wchar_t const * )

◆ setMajorVersion()

void AcPlDSDData::setMajorVersion ( unsigned int )

◆ setMinorVersion()

void AcPlDSDData::setMinorVersion ( unsigned int )

◆ setNoOfCopies()

void AcPlDSDData::setNoOfCopies ( unsigned int )

◆ setPassword()

void AcPlDSDData::setPassword ( wchar_t const * )

◆ setPlotStampOn()

void AcPlDSDData::setPlotStampOn ( bool )

◆ setProjectPath()

void AcPlDSDData::setProjectPath ( wchar_t const * )

◆ setPromptForDwfName()

void AcPlDSDData::setPromptForDwfName ( bool )

◆ setPromptForPassword()

void AcPlDSDData::setPromptForPassword ( bool )

◆ setPwdProtectPublishedDWF()

void AcPlDSDData::setPwdProtectPublishedDWF ( bool )

◆ setSelectionSetName()

void AcPlDSDData::setSelectionSetName ( wchar_t const * )

◆ setSheetSetName()

void AcPlDSDData::setSheetSetName ( wchar_t const * )

◆ setSheetType()

void AcPlDSDData::setSheetType ( AcPlDSDEntry::SheetType )

◆ setUnrecognizedData() [1/2]

void AcPlDSDData::setUnrecognizedData ( AcArray< ACHAR * > const & ,
AcArray< ACHAR * > const &  )

◆ setUnrecognizedData() [2/2]

void AcPlDSDData::setUnrecognizedData ( wchar_t const * ,
wchar_t const *  )

◆ sheetSetName()

wchar_t const * AcPlDSDData::sheetSetName ( void ) const

◆ sheetType()

AcPlDSDEntry::SheetType AcPlDSDData::sheetType ( void ) const

◆ writeDSD()

bool AcPlDSDData::writeDSD ( wchar_t const * )

The documentation for this class was generated from the following file: