PTClassMap
@interface PTClassMap : NSObject
-
Declaration
Objective-C
- (BOOL)IsValid;Swift
func isValid() -> BoolReturn Value
true if this is a valid (non-null) ClassMap, false otherwise. If the function returns false the underlying SDF/Cos object is null or is not valid and the ClassMap object should be treated as a null object.
PTClassMap Class Reference