![]() |
pCon.planner Plugin SDK
Version 8.9
|
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... | |
OfmlObject^ | GetParent () |
Returns the parent of this object. More... | |
IList< OfmlObject^ >^ | 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::Articles::OfmlObject::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. |
IList< OfmlObject^ > X3g::Plugin::Articles::OfmlObject::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. |
OfmlObject X3g::Plugin::Articles::OfmlObject::GetParent | ( | ) |
Returns the parent of this object.
System::Exception | An exception will be thrown if this object is no longer valid. |
bool X3g::Plugin::Articles::OfmlObject::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::Articles::OfmlObject::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::Articles::OfmlObject::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::Articles::OfmlObject::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::Articles::OfmlObject::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.