Library | Package Java Toolkit

Interface AnnotationReferenceSurfaceCollectionObject

package com.ptc.wfc.wfcAnnotation;

public interface AnnotationReferenceSurfaceCollectionObject
  extends com.ptc.wfc.wfcAnnotation.AnnotationReference



Description

 



Method Summary
CollectionGetSurfaceCollection ()
    Obtains the surface collection reference assigned to the surface finish.
voidSetSurfaceCollection (Collection Collection)
    Assigns the surface collection references to the surface finish.

Methods Inherited from Interface com.ptc.wfc.wfcAnnotation.AnnotationReference
GetAnnotationReferenceType

Method Detail

GetSurfaceCollection

CollectionGetSurfaceCollection ()


    Obtains the surface collection reference assigned to the surface finish.

surface collections may only be used for surface finishes in annotation elements.
Manual References:
Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements, Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements
Returns:
The surface collection assigned to the surface finish.


SetSurfaceCollection

voidSetSurfaceCollection (Collection Collection)


    Assigns the surface collection references to the surface finish.
Manual References:
Annotations: Annotation Features and Annotations: Accessing and Modifying Annotation Elements
Parameters:
Collection
The surface collection.
Returns: