MPLATFORMLib Namespace > IMElement Interface : ElementParentGet Method |
Sub ElementParentGet( _ ByRef _ppParent As MElement _ )
void ElementParentGet( out MElement _ppParent )
procedure ElementParentGet( Out _ppParent: MElement );
void ElementParentGet( [PARAMFLAG::Out] MElement* _ppParent )
Dim myParent As MElement myElement.ElementParentGet(myParent)
MElement myParent;
myElement.ElementParentGet(out myParent);
myParent: MElement;
myElement.ElementParentGet(out myParent);