API Documentation > Interfaces > Interface AnnotationReferenceSurfaceCollectionObject
Interface AnnotationReferenceSurfaceCollectionObject

package com.ptc.wfc.wfcAnnotation;

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


Description
User Guide References:
Methods Inherited from Interface com.ptc.wfc.wfcAnnotation.AnnotationReference :
Method Summary
Obtains the surface collection reference assigned to the surface finish.
void
Assigns the surface collection references to the surface finish.
Method Detail
GetSurfaceCollection
GetSurfaceCollection
()
Obtains the surface collection reference assigned to the surface finish.
surface collections may only be used for surface finishes in annotation elements.
User Guide References:
Returns:
The surface collection assigned to the surface finish.
SetSurfaceCollection
void
SetSurfaceCollection
(Collection Collection)
Assigns the surface collection references to the surface finish.
User Guide References:
Parameters:
Collection
The surface collection.
Returns:
Was this helpful?