Jump to content
Developer Wiki and Function Reference Links ×

Extended properties..


Hippocode

Recommended Posts

From the advanced object example in testermodule there is an object that can be on more then one layer which I thought it wasn't possible.

It loads extended properties but I can't find any info about on http://developer.vectorworks.net/index.php/SDK:Parametric_Extended_Properties

EObjectEvent CObjAdvComplex_EventSink::OnInitXProperties(CodeRefID objectID)
{
// obtain the interfact for accessing the extended properties
using namespace VectorWorks::Extension;
VCOMPtr	extProps( IID_ExtendedProps );

extProps->SetObjectProperty( objectID, kObjXPropSupportProxyObjects, true );

return kObjectEventNoErr;
}

It also uses a function not listed anywhere

gSDK->GetProxyParent( fhObject );

I'm not interested in this particular function but I'm wondering if there are more unlisted functions like this..

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...