![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
Ofml Object. More...
Public Member Functions | |
bool | IsExisting () |
Returns true if this object still exists. More... | |
bool | IsSelectable () |
Returns true if this object is selectable. More... | |
bool | IsArticle () |
Returns true if this object is an article. More... | |
bool | IsA (String^ pTypeName) |
Returns true if this object is an instance of the given type. More... | |
bool | HasMember (String^ pMemberName) |
Returns true if this object has a member with the given name (e.g. More... | |
bool | CallMethod (String^ pMethodName, String^ pArguments,[Out] String^ %pResult) |
Calls/Executes the given method with the given arguments and returns the results. More... | |
IOfmlObject^ | GetParent () |
Returns the parent of this object. More... | |
ReadOnlyCollection< IOfmlObject^ >^ | GetChildren (bool pElementsOnly) |
Returns the children of this object. More... | |
Properties | |
String^ | Name [get] |
The objects name. More... | |
bool | IsValid [get] |
Returns true if the IOfmlArticleInstance for this object is valid. More... | |
Ofml Object.
bool X3g::Plugin::IOfmlObject::CallMethod | ( | String^ | pMethodName, |
String^ | pArguments, | ||
[Out] String^ % | pResult | ||
) |
Calls/Executes the given method with the given arguments and returns the results.
Also consider calling if method call modified object state.
System::Exception | An exception will be thrown if this object is no longer valid. |
ReadOnlyCollection<IOfmlObject^> ^ X3g::Plugin::IOfmlObject::GetChildren | ( | bool | pElementsOnly) |
Returns the children of this object.
If pElementsOnly is true only the children which are elements will be returned.
System::Exception | An exception will be thrown if this object is no longer valid. |
IOfmlObject ^ X3g::Plugin::IOfmlObject::GetParent | ( | ) |
Returns the parent of this object.
System::Exception | An exception will be thrown if this object is no longer valid. |
bool X3g::Plugin::IOfmlObject::HasMember | ( | String^ | pMemberName) |
Returns true if this object has a member with the given name (e.g.
a method).
System::Exception | An exception will be thrown if this object is no longer valid. |
bool X3g::Plugin::IOfmlObject::IsA | ( | String^ | pTypeName) |
Returns true if this object is an instance of the given type.
System::Exception | An exception will be thrown if this object is no longer valid. |
bool X3g::Plugin::IOfmlObject::IsArticle | ( | ) |
Returns true if this object is an article.
System::Exception | An exception will be thrown if this object is no longer valid. |
bool X3g::Plugin::IOfmlObject::IsExisting | ( | ) |
Returns true if this object still exists.
System::Exception | An exception will be thrown if this object is no longer valid. |
bool X3g::Plugin::IOfmlObject::IsSelectable | ( | ) |
Returns true if this object is selectable.
System::Exception | An exception will be thrown if this object is no longer valid. |
|
get |
Returns true if the IOfmlArticleInstance for this object is valid.
|
get |
The objects name.