AcMapObjClassDefinition::PropertyLinkTemplate Method

Land Desktop Development ARX CPP SDK

AcMapObjClassDefinition:: PropertyLinkTemplate Method
 

Determines whether a property of this feature class definition is a link template property and returns the link template name.

AcMapObjClass::EErrCode PropertyLinkTemplate(
    ACHAR*& pcLinkTemplate, 
    const AcMapStringArray& aStrParentToSubCategoryNames, 
    const ACHAR* pszPropertyName
) const;
Parameters 
Description 
pcLinkTemplate 
Output link template name if the property is LinkTemplate related , otherwise NULL.  
aStrParentToSubCategoryNames 
Input category of the property. This array must contain the hierarchy of all categories for the property, from the top base category to the last sub-category that is the property's direct category.  
pszPropertyName 
Input name of the property to examine.  
Returns

Returns AcMapObjClass::EErrCode eOk if successful. Returns AcMapObjClass::EErrCode eFailed if the process failed for some other reason.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].