3dak Client

Site.hasFragment Method 

Returns True if the Specified Fragement is activated

[Visual Basic]
Public Function hasFragment( _ 
   ByVal String As String _ 
) As Boolean
[C#]
public bool hasFragment(
   string String
);
[C++]
public: bool hasFragment(
   String* String
);
[JScript]
public function hasFragment(
   String String
): bool;

Parameters

FragmentName
Name of the Fragment, this Value is case sensitive

Return Value

Remarks

Invalid Fragment names will not be recognized by the system

See Also

Site Class | ppm3dakClient Namespace